'Declaration Public Function New( _
ByVal destinationPointsAn array of four points that define a quadrangle.() As System.Drawing.PointF, _
ByVal backColorA background color of the image.As Vintasoft.Imaging.ImageColors.ColorBase _
)
public QuadrilateralWarpCommand(
System.Drawing.PointF[] destinationPoints,
Vintasoft.Imaging.ImageColors.ColorBase backColor
)
public: QuadrilateralWarpCommand(
System.Drawing.PointF[]* destinationPoints,
Vintasoft.Imaging.ImageColors.ColorBase* backColor
)
public:
QuadrilateralWarpCommand(
array<System.Drawing.PointF>^ destinationPoints,
Vintasoft.Imaging.ImageColors.ColorBase^ backColor
)
Parameters
- destinationPoints
- An array of four points that define a quadrangle.
- backColor
- A background color of the image.